Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. public interface IFacebookLogger
  2. {
  3. void DealerPageValidationError(string source, string pageId,
  4. [CanBeNull] IDealerId dealerId, [NotNull] string errorMessage);
  5.  
  6. void ExecutedRequest([CanBeNull] string request, [CanBeNull] string response);
  7. void ErrorExecutingRequest([NotNull] FacebookClientException error);
  8. void ErrorValidatingResponse([NotNull] FacebookClientException error);
  9. }
Add Comment
Please, Sign In to add comment