Example #1
0
 public byte[] ReadAll(string filename)
 {
     return(_fileUtility.ReadAll(filename));
 }