Example #1
0
 public async Task <IActionResult> GetPersonalInfo(int id)
 {
     return(Ok(await _vendorManager.GetPersonalInfoAsync(id)));
 }