Exemple #1
0
 public System.Threading.Tasks.Task <CITI.EVO.Proxies.CuratioCommon.AreaContract[]> GetAreasAsync(CITI.EVO.Proxies.CuratioCommon.AreaTypesEnum type, CITI.EVO.Proxies.CuratioCommon.RecordTypesEnum recordType)
 {
     return(base.Channel.GetAreasAsync(type, recordType));
 }
Exemple #2
0
 public CITI.EVO.Proxies.CuratioCommon.AreaContract[] GetAreas(CITI.EVO.Proxies.CuratioCommon.AreaTypesEnum type, CITI.EVO.Proxies.CuratioCommon.RecordTypesEnum recordType)
 {
     return(base.Channel.GetAreas(type, recordType));
 }