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