public OppDepartmentForecast(OppDepartmentForecast source)
     : base(source)
 {
 }
예제 #2
0
 public OppDepartmentForecast(Terrasoft.Configuration.OppDepartmentForecast source)
     : base(source)
 {
     this.CopyEntityLookupProperties(source);
 }