Esempio n. 1
0
 public UserService(RepoUnit unit, ContactService contactService)
 {
     _contactService = contactService;
     _unit = unit;
 }
Esempio n. 2
0
 public AccountService(RepoUnit unit, ContactService contactService, CalendarMembershipProvider provider)
 {
     _unit = unit;
     _contactService = contactService;
     _membershipProvider = provider;
 }