예제 #1
0
 private void LoadOutServiceTypeList(string agencyId)
 {
     OutServiceTypeList = UnitForceMapBusiness.GetSpecialOutOfServiceList(agencyId, CurrentUnitForceMap.UnitId);
 }
예제 #2
0
 private void LoadOutServiceTypeList()
 {
     OutServiceTypeList = UnitForceMapBusiness.GetSpecialOutOfServiceList("SAMU", null);
 }