C# Class FrannHammer.Services.SmashAttributeTypeService

Inheritance: MetadataService, ISmashAttributeTypeService
显示文件 Open project: Frannsoft/FrannHammer Class Usage Examples

Public Methods

Method Description
GetAllCharacterAttributeOfSmashAttributeType ( int id, string fields = "" ) : IEnumerable
SmashAttributeTypeService ( IApplicationDbContext db, IResultValidationService resultValidationService ) : System.Collections.Generic

Method Details

GetAllCharacterAttributeOfSmashAttributeType() public method

public GetAllCharacterAttributeOfSmashAttributeType ( int id, string fields = "" ) : IEnumerable
id int
fields string
return IEnumerable

SmashAttributeTypeService() public method

public SmashAttributeTypeService ( IApplicationDbContext db, IResultValidationService resultValidationService ) : System.Collections.Generic
db IApplicationDbContext
resultValidationService IResultValidationService
return System.Collections.Generic