Exemplo n.º 1
0
 public List <TestNameModel> GetAllTestbyFee(int id)
 {
     return(aGateway.GetAllTestbyFee(id));
 }