Exemple #1
0
 public static ReturnIntViewBO DeletePrice(int?price)
 {
     using (IndicoEntities objContext = new IndicoEntities())
     {
         return(ReturnIntViewBO.ToList(objContext.DeletePrice(price))[0]);
     }
 }