コード例 #1
0
 public List <Topic> GetAll()
 {
     return(Get.GetAllRegister());
 }
コード例 #2
0
 public List <Comment> GetAll()
 {
     return(Get.GetAllRegister());
 }
コード例 #3
0
 public List<Publication> GetAll()
 {
     return Get.GetAllRegister();
 }
コード例 #4
0
 public List <User> GetAll()
 {
     return(Get.GetAllRegister());
 }