Beispiel #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;
 }
Beispiel #3
0
 public SiQuanImageServices(QL_SiQuanDBContext context, IManageSiQuanServices manageSiQuanServices)
 {
     _context = context;
     _manageSiQuanServices = manageSiQuanServices;
 }
Beispiel #4
0
 public QuanHamServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public QLLuongServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ChucVuServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public QLGiaDinhServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public NewImageServices(INewImageStorageService newImageStorageService, QL_SiQuanDBContext context)
 {
     _newImageStorageService = newImageStorageService;
     _context = context;
 }
 public QLQuaTrinhDaoTaoServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public QLKhenThuongKiLuatServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #11
0
 public NewCatetoryServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public HeSoPhuCapTheoChucVuServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public NewServices(QL_SiQuanDBContext context, INewImageServices newImageServices)
 {
     _context          = context;
     _newImageServices = newImageServices;
 }
Beispiel #14
0
 public ManageSiQuanServices(QL_SiQuanDBContext context, IStorageServices storageServices)
 {
     _context         = context;
     _storageServices = storageServices;
 }
Beispiel #15
0
 public QLNghiPhepServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #16
0
 public SlideServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #17
0
 public QLCongTacServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #18
0
 public LuongCoBanServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #19
0
 public PublicSiQuanServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
Beispiel #20
0
 public QLDangVienServices(QL_SiQuanDBContext context, IStorageServices storageServices)
 {
     _context         = context;
     _storageServices = storageServices;
 }