Пример #1
0
 public MenuService(OAEntity db, OAUser user, ILog log)
 {
     this.db   = db;
     this.user = user;
 }
Пример #2
0
 public UserService(OAEntity db)
 {
     this.db = db;
 }
Пример #3
0
 public HomeController(OAEntity db, UserMgr userMgr, IHttpContextAccessor accessor)
 {
     this.db       = db;
     this.userMgr  = userMgr;
     this.accessor = accessor;
 }
Пример #4
0
 public DepartmentService(OAEntity db)
 {
     this.db = db;
 }