예제 #1
0
파일: Service.cs 프로젝트: dasfy/cookbook
 public void AddAutors(string name)
 {
     db.AddAutor(name);
 }