Пример #1
0
 public List <string> GetCodesByFids(List <Guid> fids)
 {
     return(dal.GetCodesByFids(fids));
 }