예제 #1
0
 public async Task <JsonResult> GetLeadById([Required] Guid LeadId) => await JsonAsync(_leadService.GetLeadByIdAsync(LeadId));