Exemplo n.º 1
0
 public bool Add(KullaniciRol entity)
 {//İşlem başarılı mı değil mi?
     return(_kullaniciRolDAL.Add(entity) > 0);
 }
Exemplo n.º 2
0
 public bool Add(KullaniciRol entity)
 {
     return(_kullaniciRolDAL.Add(entity) > 0);
 }