Exemple #1
0
 public List <PersonelModel> GetStaffByName(string name)
 {
     return(Ipr.GetStaffByName(name));
 }