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