public AttributesController(IReadUpdateServiceAsync <Attributes, int> serviceAsync)
 {
     _serviceAsync = serviceAsync;
 }
Ejemplo n.º 2
0
 public CharacterDetailsController(IReadUpdateServiceAsync <CharacterDetail, int> serviceAsync)
 {
     _serviceAsync = serviceAsync;
 }