Example #1
0
 public Listing Create(int year, int month)
 {
     return(new Listing(_storagePool.GetByName(PerstStorageFactory.MAIN_DATABASE_NAME), year, month));
 }
Example #2
0
 public Employer Create(string name)
 {
     return(new Employer(_storagePool.GetByName(PerstStorageFactory.MAIN_DATABASE_NAME), name));
 }