Exemple #1
0
 public userController(IManageruserRespo respo)
 {
     _Respo = respo;
 }
Exemple #2
0
 public UseradminController(IManageruserRespo respo, IConfiguration configuration)
 {
     _Respo = respo;
     _path  = configuration["AppSettings:PATH"];
 }