예제 #1
0
 public bool Create(FinanceModel model)
 {
     return true;
 }
예제 #2
0
 public bool Update(FinanceModel model)
 {
     return true;
 }