public BaseService(IDAContext da)
 {
     _context = da;
 }
Beispiel #2
0
 public UserBBDD(IDAContext da)
 {
     _context = da;
 }
 public PostService(IDAContext da)
     : base(da)
 {
 }