Exemplo n.º 1
0
 public async Task <IEnumerable <xcuda_Registration> > Searchxcuda_Registration(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_RegistrationService())
     {
         return(await ctx.Getxcuda_RegistrationByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }
Exemplo n.º 2
0
 public async Task Savexcuda_Registration(xcuda_Registration i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_RegistrationService())
     {
         await ctx.Updatexcuda_Registration(i).ConfigureAwait(false);
     }
 }