Exemple #1
0
 public CoaManager()
 {
     _aGlAccount = new GenericRepositoryAccount <A_GlAccount>();
     _coaVM      = new A_GlAccountViewModel();
     _aModel     = new ResponseModel();
     _db         = new Entities.Entities();
 }
Exemple #2
0
 public JournalManager()
 {
     _db             = new Entities.Entities();
     _aModel         = new ResponseModel();
     _aGlAccount     = new GenericRepositoryAccount <A_GlAccount>();
     _aGlTransaction = new GenericRepositoryAccount <A_GlTransaction>();
     _aGlTranDetails = new GenericRepositoryAccount <A_GlTransactionDetails>();
 }