private void DepartmentBlockListDataGetted(DepartmentBlockListResponse response)
 {
     if (response != null)
     {
         if (response.deptBlockList != null)
         {
             this.sessionService.DeptBlockList.Clear();
             this.sessionService.DeptBlockList.AddRange(response.deptBlockList);
         }
     }
 }
Example #2
0
 private void DepartmentBlockListDataGetted(DepartmentBlockListResponse response)
 {
     if (response != null)
     {
         if (response.deptBlockList != null)
         {
             this.sessionService.DeptBlockList.Clear();
             this.sessionService.DeptBlockList.AddRange(response.deptBlockList);
         }
     }
 }