コード例 #1
0
 public BaseController(IPictureExamActionService _pictureexaminee)
 {
     this.PictureExamineeService = _pictureexaminee;
 }
コード例 #2
0
 public BaseController(IPictureExamActionService _pictureexaminee, IExamineeActionService ex)
 {
     this.PictureExamineeService = _pictureexaminee;
     this.ExamineeService = ex;
 }
コード例 #3
0
 //xu ly up anh/ hien thi anh
 public PictureExamController(IPictureExamActionService pictureexaminee, IExamineeActionService ex)
     : base(pictureexaminee, ex)
 {
 }