Esempio n. 1
0
 public bool DeleteDistributorCategory(Int64 DistributorCategoryId)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteDistributorCategory(DistributorCategoryId));
     }
     catch (Exception)
     {
         throw;
     }
 }