public MesajService(IMesajDAL repo) { _mesajRepo = repo; }
public MesajService(IMesajDAL mesajDAL) { _mesajDAL = mesajDAL; }