Exemplo n.º 1
0
 public int GetByWriterId(string mail)
 {
     return(_writerDal.GetByWriterId(mail));
 }