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