Exemplo n.º 1
0
 public Business GetBusinessByID(int id)
 {
     return(businessRepo.GetBusinessByID(id));
 }