Ejemplo n.º 1
0
 public async Task DeleteCountry(string Id)
 {
     try
     {
         await Task.Run(() => UserOperations.DeleteUser(Id));
     }
     catch (Exception)
     {
         throw;
     }
 }