Beispiel #1
0
 public NotificationStatusResult FindByCode(string code)
 {
     return(ResultConverter.Convert(Dao.FindByCode(code)));
 }