Ejemplo n.º 1
0
 public UploadService(PathProvider pathprovider)
 {
     this.PathProvider = pathprovider;
 }
Ejemplo n.º 2
0
 public MailService(IConfiguration configuration, PathProvider provider, UploadService upService)
 {
     this.Configuration = configuration;
     this.PathProvider  = provider;
     this.UpService     = upService;
 }