Ejemplo n.º 1
0
 public PostsController(DotnetMultirotorContext context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public UsersController(DotnetMultirotorContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }