Example #1
0
 public async static Task <List <Cliente> > GetClientes()
 {
     try
     {
         return(await ClienteWS.GetClientes());
     }
     catch (Exception e)
     {
         throw e;
     }
 }
 public ServiceData(ClienteWS context)
 {
     _context = context;
 }