public static bool Login(string email, string passcode) { DataEntity data = DataFileHelper.Read(email, passcode); if (data != null) { R.Data = data; return(true); } return(false); }
public int GetPostscriptLength() { var lastByte = _dataFileHelper.Read(_dataFileHelper.Length - 1, 1)[0]; return(lastByte); }