Exemplo n.º 1
0
 public Task <TenantEntity> GetForm(string keyValue)
 {
     return(service.FindEntityAsync(keyValue));
 }