コード例 #1
0
ファイル: UserService.cs プロジェクト: dinhducbac/QLSQ
 public UserService(UserManager <AppUser> userManager, SignInManager <AppUser> signInManager,
                    IConfiguration configuration, QL_SiQuanDBContext context)
 {
     _userManager   = userManager;
     _signInManager = signInManager;
     _config        = configuration;
     _context       = context;
 }
コード例 #2
0
 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
ファイル: ChucVuServices.cs プロジェクト: dinhducbac/QLSQ
 public ChucVuServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
コード例 #7
0
ファイル: QLGiaDinhServices.cs プロジェクト: dinhducbac/QLSQ
 public QLGiaDinhServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
コード例 #8
0
 public NewImageServices(INewImageStorageService newImageStorageService, QL_SiQuanDBContext context)
 {
     _newImageStorageService = newImageStorageService;
     _context = context;
 }
コード例 #9
0
 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
ファイル: NewServices.cs プロジェクト: dinhducbac/QLSQ
 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
ファイル: QLNghiPhepServices.cs プロジェクト: dinhducbac/QLSQ
 public QLNghiPhepServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
コード例 #16
0
ファイル: SlideServices.cs プロジェクト: dinhducbac/QLSQ
 public SlideServices(QL_SiQuanDBContext context)
 {
     _context = context;
 }
コード例 #17
0
ファイル: QLCongTacServices.cs プロジェクト: dinhducbac/QLSQ
 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;
 }