public UserService(PhotoMapContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PhotoService(PhotoMapContext context, HostInfo hostInfo)
 {
     _context  = context;
     _hostInfo = hostInfo;
 }