예제 #1
0
 public PropertyFieldsController(IUserDefinedGroupRepository repo)
 {
     _Repo = repo;
 }
예제 #2
0
 public UserDefinedGroupController(IUserDefinedGroupRepository repo)
 {
     _Repo = repo;
 }