Пример #1
0
 public static ReturnIntViewBO DeleteDistributorPriceMarkup(int?distributor)
 {
     using (IndicoEntities objContext = new IndicoEntities())
     {
         return(ReturnIntViewBO.ToList(objContext.DeleteDistributorPriceMarkup(distributor))[0]);
     }
 }