コード例 #1
0
 public DepartamentRepository(IEmployeeContext context)
 {
     this._context = context as EmployeeContext;
     this._mapper  = (IMapper)IoCHelper.GetResolveService(typeof(IMapper));
 }