Ejemplo n.º 1
0
 public SendEmailService(ISharepointContextProvider sharepointContextProvider, ISPUserService sPUserService)
 {
     _sharepointContextProvider = sharepointContextProvider;
     _sPUserService             = sPUserService;
 }
Ejemplo n.º 2
0
 public SPUserController(ISPUserService sPUserService)
 {
     _sPUserService = sPUserService;
 }