예제 #1
0
 public async Task <bool> AddBusinessAsync(Business business)
 {
     return(await _repository.AddBusinessAsync(business));
 }