예제 #1
0
 public static UserMessageInfo Read(int id, int userId = 0)
 {
     return(dal.Read(id, userId));
 }