Exemple #1
0
 //Search Entities
 public async Task <IEnumerable <xcuda_Supplementary_unit> > Searchxcuda_Supplementary_unit(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_Supplementary_unitService())
     {
         return(await ctx.Getxcuda_Supplementary_unitByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Exemple #2
0
 public async Task Savexcuda_Supplementary_unit(xcuda_Supplementary_unit i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_Supplementary_unitService())
     {
         await ctx.Updatexcuda_Supplementary_unit(i).ConfigureAwait(false);
     }
 }