I have written apex class but it is not showing in overall code coverage column in developer console. Apex class format :
public without sharing class Service {
public class ServiceGet {
public String sourceSystem;
public Customer customer;
public String status;
public BillingAccount billingAccount;}
}
I am calling this class in another apex class like Service.ServiceGet(). please help me for this issue.