コード例 #1
0
 public DepartmentsController(IEmployeeMainRepo mainEmpRepo)
 {
     //_context = context;
     MainEmpRepo = mainEmpRepo;
 }
コード例 #2
0
        //private readonly ApplicationDbContext _context;

        public EmpLedgerTitlesController(IEmployeeMainRepo MainEmpRepo)
        {
            //_context = context;
            this.MainEmpRepo = MainEmpRepo;
        }
コード例 #3
0
 public DesignationsController(IEmployeeMainRepo mainEmpRepo)
 {
     //_context = context;
     MainEmpRepo = mainEmpRepo;
 }