예제 #1
0
 public ActionResult <IEnumerable <FileDetails> > Get()
 {
     return(Ok(_attachmentHelper.GetAttchaments()));
 }