Exemplo n.º 1
0
 public StoreInCategory(Store store, StoreCategory category)
 {
     this.storeT   = store;
     this.category = category;
     createDate    = modifyDate = DateTime.Now;
 }