Exemple #1
0
 public string Savedata(EmployeeBO emp)
 {
     return(_emprepository.AddDatatoDatabase(emp));
 }