Example #1
0
 public string CreateBrand(Brands brand)
 {
     return(_IBrand.CreateBrand(brand));
 }