Beispiel #1
0
 public CaThiController(ICaThiService caThiService)
 {
     _caThiService = caThiService;
 }
 public PublicCaThiController(ICaThiService caThiService, IBaiLamService baiLamService)
 {
     _caThiService  = caThiService;
     _baiLamService = baiLamService;
 }
Beispiel #3
0
 public HocPhanCaThiController(ICaThiService caThiService)
 {
     _caThiService = caThiService;
 }