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