public void Add(string formFieldValue, FakeHttpPostedFile file) { collection.Add(formFieldValue, file); }
public void Add(string formFieldValue, FakeHttpPostedFile file) { BaseAdd(formFieldValue, file); }