Ejemplo n.º 1
0
 public bool AddReturnBool(T entity)
 {
     return(_dao.AddReturnBool(entity));
 }