コード例 #1
0
 public WorkGroupController()
 {
     _engineService         = new WorkGroupService();
     FormConstructProvider  = new WorkGroupConstructs();
     TableConstructProvider = new WorkGroupConstructs();
 }
コード例 #2
0
 public WorkGroupApiController()
 {
     _engineService = new WorkGroupService();
 }