Exemplo n.º 1
0
 public string getSalaryByID(string id)
 {
     return(itsDAL.getSalaryByID(id));
 }