예제 #1
0
 public async Task <IEnumerable <xcuda_item_other_cost> > Searchxcuda_item_other_cost(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_item_other_costService())
     {
         return(await ctx.Getxcuda_item_other_costByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
예제 #2
0
 public async Task Savexcuda_item_other_cost(xcuda_item_other_cost i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_item_other_costService())
     {
         await ctx.Updatexcuda_item_other_cost(i).ConfigureAwait(false);
     }
 }