예제 #1
0
 public Film GetBy(string row, string value)
 {
     return(filmDal.GetBy(row, value).ToLocal());
 }