Esempio n. 1
0
 public async Task <IActionResult> GetItemType()
 {
     try
     {
         return(Ok(await _masterManager.GetItemTypeSelectItemsAsync()));
     }
     catch (Exception ex)
     {
         return(BadRequest("unable to get data " + ex));
     }
 }