Beispiel #1
0
 public UserController(IUserMediator userMediator)
 {
     _userMediator = userMediator;
 }