Exemplo n.º 1
0
 public Staff Get(int Id, int CompanyId)
 {
     return(_staffDal.Get(Id, CompanyId));
 }