コード例 #1
0
 public bool Update(Master_Department obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public IEnumerable <Master_Department> GetAll(Master_Department obj, string[] param, string spName)
 {
     return(_departmentRepository.GetAll(null, null, ""));
 }