Esempio n. 1
0
 public List <Brand> BrandList(IBrand _brand, int TenantId)
 {
     _brandList = _brand;
     return(_brandList.BrandList(TenantId));
 }