Пример #1
0
 public int AddEmp(Employee model)
 {
     return(dal.AddEmp(model));
 }