public DbInitializer(MyRestfullAppContext myResfullAppContext)
 {
     _myResfullAppContext = myResfullAppContext;
 }
Exemple #2
0
 public UsuarioService(MyRestfullAppContext context)
 {
     _context = context;
 }