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