Ejemplo n.º 1
0
 public Register GetSubscription(int registerId)
 {
     return(_dao.GetSubscription(registerId));
 }