예제 #1
0
 public FrmMae(IMaestro mae) : base()
 {
     InitializeComponent();
     this.TSUtilsAplicaTipoIva.Visible = false;
     this.maestro = mae;
 }
예제 #2
0
        //private IList<MaestroSalon> MaestroSalons { get; set; }


        public MaestroController(AppDbContext _db,
                                 IMaestro _maestro)
        {
            this._db      = _db;
            this._maestro = _maestro;
        }