Beispiel #1
0
 public AppServUser(IServUser services)
 {
     _services = services;
 }
Beispiel #2
0
 public UserController(IServUser userO)
 {
     this.Ouser = userO;
 }