示例#1
0
 public SecurityRestService(RestImpl restImpl)
 {
     _restImpl = restImpl;
 }
示例#2
0
 public SecurityRestService(IDomainObjectModel domainObjectModel)
 {
     _restImpl = new RestImpl(domainObjectModel);
 }