jinlii

Results 1 comments of jinlii

public class Application { // Configure and create the ServiceFactory for this Application public static final fflib_Application.ServiceFactory Service = new fflib_Application.ServiceFactory( new Map { ITeachersService.class => TeachersServiceImpl.class }); } public...