Пример #1
0
 public TypePetController(ITypePetService typePetService)
 {
     _typePetService = typePetService;
 }