Ejemplo n.º 1
0
 public void CreateComment(ICameraModel cam, DateTime startDateTime, DateTime endDateTime, string header, string description)
 {
     _commentModel.CreateComment(cam.Id, startDateTime, endDateTime, header, description);
 }