Example #1
0
 public ListModel()
 {
     Repository = new AssetsLeaseRepository();
 }
Example #2
0
 public EntryModel()
 {
     BaseRepository = new AssetsLeaseRepository();
 }
 protected override IApproveMasterFactory CreateRepository()
 {
     Repository = new AssetsLeaseRepository();
     return(new ApproveMasterRepositoryFactory <AssetsLeaseRepository>(Repository));
 }