Esempio n. 1
0
 public async Task <IEnumerable <xcuda_Type> > Searchxcuda_Type(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_TypeService())
     {
         return(await ctx.Getxcuda_TypeByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Esempio n. 2
0
 public async Task Savexcuda_Type(xcuda_Type i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_TypeService())
     {
         await ctx.Updatexcuda_Type(i).ConfigureAwait(false);
     }
 }