public BaseController(IPictureExamActionService _pictureexaminee) { this.PictureExamineeService = _pictureexaminee; }
public BaseController(IPictureExamActionService _pictureexaminee, IExamineeActionService ex) { this.PictureExamineeService = _pictureexaminee; this.ExamineeService = ex; }
//xu ly up anh/ hien thi anh public PictureExamController(IPictureExamActionService pictureexaminee, IExamineeActionService ex) : base(pictureexaminee, ex) { }