Example #1
0
 public static DepartmentSet GetDepartmentSet()
 {
     if (ds == null || ds.IsDisposed)
     {
         ds = new DepartmentSet();
     }
     return(ds);
 }