Ejemplo n.º 1
0
 public IHttpActionResult GetNotificationSetting(NotificationSettingType notificationSettingType)
 {
     return(Ok(SetUpService.GetNotificationSetting(notificationSettingType)));
 }
Ejemplo n.º 2
0
 public async Task <IHttpActionResult> NotificationSettingGet(NotificationSettingType id)
 {
     return(Ok(await WebApiService.Instance.GetAsync <NotificationSettingParentViewModel>($"setup/NotificationSetting/get?notificationSettingType={id}")));
 }