Example #1
0
 public MesajService(IMesajDAL repo)
 {
     _mesajRepo = repo;
 }
Example #2
0
 public MesajService(IMesajDAL mesajDAL)
 {
     _mesajDAL = mesajDAL;
 }