Beispiel #1
0
 public decimal saveWish(decimal userId, string title)
 {
     return(projectEntity.saveWish(userId, title));
 }