示例#1
0
 public SendEmailService(ISharepointContextProvider sharepointContextProvider, ISPUserService sPUserService)
 {
     _sharepointContextProvider = sharepointContextProvider;
     _sPUserService             = sPUserService;
 }
示例#2
0
 public SPUserController(ISPUserService sPUserService)
 {
     _sPUserService = sPUserService;
 }