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