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