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