コード例 #1
0
 public List <MENSAGEM> GetAllAgendadas(Int32?idAss)
 {
     return(_baseRepository.GetAllAgendadas(idAss));
 }