Beispiel #1
0
 public void Delete(Tblyorum entity)
 {
     _tblyorumDal.Delete(entity);
 }
Beispiel #2
0
 public void Update(Tblyorum entity)
 {
     _tblyorumDal.Update(entity);
 }
Beispiel #3
0
 public void Add(Tblyorum entity)
 {
     _tblyorumDal.Insert(entity);
 }