Пример #1
0
 public SaveBrandRes SaveProductRes(SaveBrandReq brand)
 {
     return(_brandRepository.Created(brand));
 }