public DashboardActivityController()
 {
     this.FASRepo = new FASRepository();
 }
Ejemplo n.º 2
0
 public FASController()
 {
     CRepo   = new CreditDebitRepository();
     FASRepo = new FASRepository();
 }