コード例 #1
0
 public IActionResult GetAll()
 {
     return(Ok(_palletRepository.GetAll()));
 }
コード例 #2
0
 public static List <Pallet> GetAll()
 {
     return(repository.GetAll());
 }