public void TestInitialize()
 {
     this.target = this.GetService <ILogicTablePermissionRepository>();
 }
示例#2
0
 public DependencyService(ILogicTablePermissionRepository logicTablePermissionRepository)
 {
     this.logicTablePermissionRepository = logicTablePermissionRepository;
 }