예제 #1
0
 public void AddTagToPoi(int PoiId, int TagId, string UserName)
 {
     repoPoi.AddTag(PoiId, TagId, UserName);
 }