예제 #1
0
 public UserService(RepoUnit unit, ContactService contactService)
 {
     _contactService = contactService;
     _unit = unit;
 }
예제 #2
0
 public AccountService(RepoUnit unit, ContactService contactService, CalendarMembershipProvider provider)
 {
     _unit = unit;
     _contactService = contactService;
     _membershipProvider = provider;
 }