Ejemplo n.º 1
0
 public void Delete(Tblyorum entity)
 {
     _tblyorumDal.Delete(entity);
 }
Ejemplo n.º 2
0
 public void Update(Tblyorum entity)
 {
     _tblyorumDal.Update(entity);
 }
Ejemplo n.º 3
0
 public void Add(Tblyorum entity)
 {
     _tblyorumDal.Insert(entity);
 }