示例#1
0
 public async Task <Client> GetByBusiness(int businessId, int id)
 {
     return(await clientStore.GetByBusiness(businessId, id));
 }