コード例 #1
0
 public ActionResult <List <CloudStorage> > GetAll()
 {
     return(Ok(_cloudStorageService.GetAll()));
 }