public StreamingPlatformsController(StreaminTinderContext context)
 {
     this._context = context;
 }
Ejemplo n.º 2
0
 public UsersController(StreaminTinderContext context)
 {
     this._context = context;
 }