Ejemplo n.º 1
0
 public Memo Select(int id, string sOperator = null)
 {
     return(_memorandumRepository.Select(id, sOperator));
 }