Ejemplo n.º 1
0
 public bool Update(Department entity) 
 {
     return this._departmentRepository.Update(entity);
 }
Ejemplo n.º 2
0
 public bool Update(Department entity)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool Insert(Department entity) 
 {
     return this._departmentRepository.Insert(entity);
 }
Ejemplo n.º 4
0
 public bool Insert(Department entity)
 {
     throw new NotImplementedException();
 }