Exemplo n.º 1
0
 /// <summary>
 /// 添加员工
 /// </summary>
 /// <param name="employee"></param>
 /// <returns></returns>
 public bool AddEmployee(Employee employee)
 {
     return(repositoryService.AddEmployee(employee));
 }