コード例 #1
0
 public void Create(DomainObject objectToInsert)
 {
     Repo.Create(objectToInsert);
 }