示例#1
0
 public List <TagsEntity> GetExportedDataTags(string LOBTag, string SecurityTags, int UserId)
 {
     return(rep.GetExportedDataTags(LOBTag, SecurityTags, UserId));
 }