public PostsController(IMagneto magneto) => _magneto = magneto;
Beispiel #2
0
 public UsersController(IMagneto magneto) => _magneto = magneto;