public Notlar Delete(Notlar entity) { return(dal.Delete(entity)); }
public void Delete(Notlar entity) { dal.Delete(entity); }