Skip to content

Instantly share code, notes, and snippets.

@dhaniksahni
Created December 17, 2019 16:05
Show Gist options
  • Save dhaniksahni/a7b44c2cff2a8a2f13fd8eca052c1c66 to your computer and use it in GitHub Desktop.
Save dhaniksahni/a7b44c2cff2a8a2f13fd8eca052c1c66 to your computer and use it in GitHub Desktop.
//Service Request Interface
public interface IServiceRequest {
string createServiceRequest(ServiceRequestDTO request);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment