Beispiel #1
0
 public bool Update(Department entity) 
 {
     return this._departmentRepository.Update(entity);
 }
 public bool Update(Department entity)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool Insert(Department entity) 
 {
     return this._departmentRepository.Insert(entity);
 }
 public bool Insert(Department entity)
 {
     throw new NotImplementedException();
 }