コード例 #1
0
 public UsuarioBiz(IContextDbRestaurante ctx)
 {
     _context = ctx;
 }
コード例 #2
0
 public UsuarioBiz()
 {
     _context = new RestauranteEntities();
 }
コード例 #3
0
 public TipoPlatoBiz()
 {
     _context = new RestauranteEntities();
 }
コード例 #4
0
 public TipoPlatoBiz(IContextDbRestaurante ctx)
 {
     _context = ctx;
 }
コード例 #5
0
 public PlatosBiz(IContextDbRestaurante ctx)
 {
     _context = ctx;
 }