Esempio n. 1
0
 public Admin()
 {
     Time.Data.TimeRepository repo = new TimeRepository();
     Clients   = repo.ListAllClients();
     Products  = repo.ListAllProducts();
     Proyects  = repo.ListAllProyects();
     Resources = repo.ListAllResources();
     Services  = repo.ListAllServices();
 }