Пример #1
0
 public Task <dynamic> GetInfoEnvio(int c, int u)
 {
     dal = new DALClientes();
     return(dal.GetInfoEnvio(c, u));
 }