コード例 #1
0
 public GustoEmpanadaService(MasterEntities db)
 {
     this.db = db;
     this.GustoEmpanadaRepository = new GustoEmpanadaRepository(db);
 }
コード例 #2
0
 public GustoEmpanadaService()
 {
     this.db = new MasterEntities();
     this.GustoEmpanadaRepository = new GustoEmpanadaRepository(db);
 }