예제 #1
0
 public async Task <Shipping> GetByAccountId(string email)
 {
     return(await _repo.GetByAccountId(email));
 }