WorkgroupAccount() public static method

public static WorkgroupAccount ( int counter, bool noNews = false ) : WorkgroupAccount
counter int
noNews bool
return WorkgroupAccount
Esempio n. 1
0
 protected override WorkgroupAccount CreateValid(int i)
 {
     return(CreateValidEntities.WorkgroupAccount(i));
 }