Example #1
0
 public QuanLiesController(Substation_ManagementContext context)
 {
     _context = context;
 }
Example #2
0
 public NhanViensController(Substation_ManagementContext context)
 {
     _context = context;
 }
Example #3
0
 public TramBienApsController(Substation_ManagementContext context)
 {
     _context = context;
 }
Example #4
0
 public ThamSoesController(Substation_ManagementContext context)
 {
     _context = context;
 }