コード例 #1
0
 public UserImageGenerator(
     ServiceLocation serviceLocation,
     UserManager <T> userManager)
 {
     _serviceLocation = serviceLocation;
     _userManager     = userManager;
 }
コード例 #2
0
 public UrlConverter(ServiceLocation serviceLocation)
 {
     _serviceLocation = serviceLocation;
 }