Ejemplo n.º 1
0
 public UserService(UserManager <AppUser> userManager, SignInManager <AppUser> signInManager,
                    IConfiguration configuration, QL_SiQuanDBContext context)
 {
     _userManager   = userManager;
     _signInManager = signInManager;
     _config        = configuration;
     _context       = context;
 }
 public HeSoLuongTheoQuanHamServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public SiQuanImageServices(QL_SiQuanDBContext context, IManageSiQuanServices manageSiQuanServices)
 {
     _context = context;
     _manageSiQuanServices = manageSiQuanServices;
 }
Ejemplo n.º 4
0
 public QuanHamServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public QLLuongServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public ChucVuServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 7
0
 public QLGiaDinhServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 8
0
 public NewImageServices(INewImageStorageService newImageStorageService, QL_SiQuanDBContext context)
 {
     _newImageStorageService = newImageStorageService;
     _context = context;
 }
Ejemplo n.º 9
0
 public QLQuaTrinhDaoTaoServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 10
0
 public QLKhenThuongKiLuatServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 11
0
 public NewCatetoryServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 12
0
 public HeSoPhuCapTheoChucVuServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 13
0
 public NewServices(QL_SiQuanDBContext context, INewImageServices newImageServices)
 {
     _context          = context;
     _newImageServices = newImageServices;
 }
Ejemplo n.º 14
0
 public ManageSiQuanServices(QL_SiQuanDBContext context, IStorageServices storageServices)
 {
     _context         = context;
     _storageServices = storageServices;
 }
Ejemplo n.º 15
0
 public QLNghiPhepServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 16
0
 public SlideServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 17
0
 public QLCongTacServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 18
0
 public LuongCoBanServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 19
0
 public PublicSiQuanServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 20
0
 public QLDangVienServices(QL_SiQuanDBContext context, IStorageServices storageServices)
 {
     _context         = context;
     _storageServices = storageServices;
 }