コード例 #1
0
 public DbInitializer(MyRestfullAppContext myResfullAppContext)
 {
     _myResfullAppContext = myResfullAppContext;
 }
コード例 #2
0
 public UsuarioService(MyRestfullAppContext context)
 {
     _context = context;
 }