예제 #1
0
 public override void Load()
 {
     this.Bind <ICommonRepository <IPlan> >().To <PlanXmlRepository>().WithConstructorArgument("path", IocHelper.GetCurrentDirectory()).WithConstructorArgument("isForce", IocHelper.IsForcePath());
 }