예제 #1
0
 public int Update(AgendaTarget obj)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public AgendaTarget Insert(AgendaTarget obj)
 {
     return(commonRepository.Insert <AgendaTarget>(obj));
 }