C# Class FrannHammer.Services.SmashAttributeTypeService

Inheritance: MetadataService, ISmashAttributeTypeService
Afficher le fichier Open project: Frannsoft/FrannHammer Class Usage Examples

Méthodes publiques

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

Method Details

GetAllCharacterAttributeOfSmashAttributeType() public méthode

public GetAllCharacterAttributeOfSmashAttributeType ( int id, string fields = "" ) : IEnumerable
id int
fields string
Résultat IEnumerable

SmashAttributeTypeService() public méthode

public SmashAttributeTypeService ( IApplicationDbContext db, IResultValidationService resultValidationService ) : System.Collections.Generic
db IApplicationDbContext
resultValidationService IResultValidationService
Résultat System.Collections.Generic