public UpdatePasswordController(UpdatePasswordServices services)
 {
     _services = services;
 }
예제 #2
0
 public UpdatePasswordController(UpdatePasswordServices services)
 {
     _services = services;
 }