예제 #1
0
 public async Task <IHttpActionResult> GetAll()
 {
     return(Ok(await _serviceBase.GetListAsync()));
 }