Esempio n. 1
0
 public SecurityRestService(RestImpl restImpl)
 {
     _restImpl = restImpl;
 }
Esempio n. 2
0
 public SecurityRestService(IDomainObjectModel domainObjectModel)
 {
     _restImpl = new RestImpl(domainObjectModel);
 }