Esempio n. 1
0
 /// <summary>
 /// Gets the valid entity of type T
 /// </summary>
 /// <param name="counter">The counter.</param>
 /// <returns>A valid entity of type T</returns>
 protected override Building GetValid(int?counter)
 {
     return(CreateValidEntities.Building(counter));
 }