Ejemplo n.º 1
0
 public Response <int> MarkFavorite(CoFavorite item)
 {
     return(_miscRepositoryDAC.MarkFavorite(item));
 }