Ejemplo n.º 1
0
 public async Task SetCompany(Company company)
 {
     _company = company;
     await ToggleBusyAsync(Branches.ClearAndFillAsync(GetRepository <IBranchRepository>().GetItemsWithDetailsByCompany(company.Id)));
 }