//Search Entities
 public async Task <IEnumerable <xcuda_Weight_itm> > Searchxcuda_Weight_itm(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Weight_itmService())
     {
         return(await ctx.Getxcuda_Weight_itmByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Example #2
0
 public async Task Savexcuda_Weight_itm(xcuda_Weight_itm i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Weight_itmService())
     {
         await ctx.Updatexcuda_Weight_itm(i).ConfigureAwait(false);
     }
 }