示例#1
0
 public List <ThuocDTO> baocaobymonth(string month, string year)
 {
     return(thDAL.baocaobymonth(month, year));
 }