예제 #1
0
 public async Task <IEnumerable <Footer> > GetFooterContent()
 {
     return(await _ctx.GetFooterContent());
 }