Exemplo n.º 1
0
 public IEnumerable <BLModel.Plan> GetAllPlansByClientID(int ClientID)
 {
     return(_planRepository.GetAllPlansByClientID(ClientID));
 }