Пример #1
0
 public ObjectResultEx GetAllVideo(SimpleParam <Guid> Param, SimpleParam <int> Type)
 {
     return(ObjectResultEx.Instance(GovtWebService.GetAllVideo(Param.Id, Type.Parameter), 1, RetrunMessge.SUCCESS, HttpCode.Success));
 }