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