コード例 #1
0
 public WebServiceAuthenticationService(IRepository<Utente> utentiRepository, IUserSessionObject userSessionObject)
 {
     _utentiRepository = utentiRepository;
     _userSessionObject = userSessionObject;
 }
コード例 #2
0
 public ChannelManagerAuthenticationService(IRepository<Utente> utentiRepository, IUserSessionObject userSessionObject)
 {
     _utentiRepository = utentiRepository;
     _userSessionObject = userSessionObject;
 }